home *** CD-ROM | disk | FTP | other *** search
- Path: news-feed.mci.newscorp.com!usenet
- From: stucros@mci.newscorp.com (Stuart Crosby)
- Newsgroups: comp.lang.c
- Subject: Use of getch()...
- Date: 19 Jan 1996 14:17:15 GMT
- Organization: News Corp./MCI Online Ventures
- Message-ID: <4do95b$jio@klein.delphi.com>
- NNTP-Posting-Host: 206.24.162.51
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.93.11
-
- I need to use the function getch() in a loop but I also need for a null
- character to be returned during each iteration if the user has not
- entered a character. I need this so that the program will not stop and
- wait for input at the point that I have getch() in the routine. Is this
- possible?
- Thanks
- Stu
-
-